google.golang.org/grpc/internal/balancer/gracefulswitch.Balancer.activeGoroutines (field)

4 uses

	google.golang.org/grpc/internal/balancer/gracefulswitch (current package)
		gracefulswitch.go#L73: 	activeGoroutines sync.WaitGroup
		gracefulswitch.go#L83: 	gsb.activeGoroutines.Add(1)
		gracefulswitch.go#L85: 		defer gsb.activeGoroutines.Done()
		gracefulswitch.go#L283: 	gsb.activeGoroutines.Wait()